Automatic Local Variables

Published on: Fri Mar 12 2010

Automatic Local Variables The Stack Frame keeps an activation record For Example
Main variables --------------- Printf variables --------------- Another Function Variables
And so on. Language translation is done by the compiler Language implementation is done by the stack Variable Scope Score refers to the area of a program for which a  variable is defined Global Variable